home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / utility / date.e next >
Encoding:
Text File  |  2001-08-12  |  294 b   |  14 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. OBJECT clockdata
  5.   sec:INT  -> This is unsigned
  6.   min:INT  -> This is unsigned
  7.   hour:INT  -> This is unsigned
  8.   mday:INT  -> This is unsigned
  9.   month:INT  -> This is unsigned
  10.   year:INT  -> This is unsigned
  11.   wday:INT  -> This is unsigned
  12. ENDOBJECT     /* SIZEOF=14 */
  13.  
  14.